From c3b634537755facd1d1e93b03945d7df0dc16649 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 28 Jul 2015 07:08:03 -0300 Subject: [PATCH] placessidebar: fix ellipsizing glitch The places sidebar rows' labels were missing a proper xalign, which caused the labels to keep shaking while the sidebar was resized. Fix that by setting the label's xalign to 0. --- gtk/ui/gtksidebarrow.ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui index 291e4f082e..8f6f3073bb 100644 --- a/gtk/ui/gtksidebarrow.ui +++ b/gtk/ui/gtksidebarrow.ui @@ -33,6 +33,8 @@ True + True + 0 @@ -45,8 +47,7 @@ True - True - end + center center 4px True -- 2.30.2